home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nippon Obsessions 2
/
Nippon Obsessions - Volume 2.iso
/
pc
/
video
/
som4.dir
/
00043_Script_43
< prev
next >
Wrap
Text File
|
1996-05-02
|
620b
|
29 lines
on exitFrame
if rollover (3) then
set the cursor of sprite 3 to [88,89]
end if
if rollover (4) then
set the cursor of sprite 4 to [88,89]
end if
if rollover (5) then
set the cursor of sprite 5 to [88,89]
end if
if rollover (6) then
set the cursor of sprite 6 to [88,89]
end if
if rollover (7) then
set the cursor of sprite 7 to [88,89]
end if
if rollover (8) then
set the cursor of sprite 8 to [88,89]
end if
if the movietime of sprite 2<the stoptime of sprite 2 then
go to the frame
else
go to the frame-1
end if
end